struct _OBJECT_HEADER_QUOTA_INFO// Size=0x10
{
    unsigned long PagedPoolCharge;// Offset=0x0 Size=0x4
    unsigned long NonPagedPoolCharge;// Offset=0x4 Size=0x4
    unsigned long SecurityDescriptorCharge;// Offset=0x8 Size=0x4
    void * SecurityDescriptorQuotaBlock;// Offset=0xc Size=0x4
};